home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / pcl4p51.zip / PCL4P.DOC < prev    next >
Text File  |  1996-06-03  |  5KB  |  107 lines

  1.                         *** SHAREWARE DOCUMENTATION ***
  2.  
  3.  
  4.        The  Personal  Communications  Library  for Turbo and Borland Pascal
  5.        (PCL4P) is  an  asynchronous  communications  library  designed  for
  6.        experienced  software  developers  programming  in  Turbo or Borland
  7.        Pascal. The PCL features:
  8.  
  9.        o  Supports protected mode.
  10.        o  32 communications and support functions.
  11.        o  Support for the high performance INS16550 UART.
  12.        o  Supports hardware (RTS/CTS) flow control.
  13.        o  Interrupt driven receiver and transmitter (optional).
  14.        o  Supports 300 baud to 115,200 baud.
  15.        o  Supports the PC/4 and PC/8 DigiBoard.
  16.        o  Supports the BB1004, BB1008, and BB2016 BOCA boards.
  17.        o  COM1 through COM20 defined.
  18.        o  Adjustable receive queues from 8 bytes to 32 KB.
  19.        o  Control-BREAK error exit.
  20.        o  19 communications error conditions trapped.
  21.        o  4 ports can run concurrently (more with multiport boards).
  22.        o  Complete modem control & status.
  23.        o  Written in assembly language for small size & high speed.
  24.  
  25.        Several example programs (source code) are provided along  with  the
  26.        small  model  library  and  makefiles  for  each  of  the  supported
  27.        compilers.  The example programs are:
  28.  
  29.        (1)  MINIMAL  is the absolutely minimal terminal emulator program.
  30.        It is hard coded to use COM1 at 9600.
  31.  
  32.        (2)  SIMPLE  is an extremely  simple  terminal  emulator  program.
  33.        Start it by supplying a port number and a baud rate,
  34.  
  35.             SIMPLE 1 9600
  36.  
  37.        (3)  DOOR  is  very similiar to SIMPLE, but it "takes over" a port
  38.        in that the UART  is  not  reset,  and  all  parameters  including
  39.        the baud rate are acquired unchanged.
  40.  
  41.        (4)   LOGIN is a variation on SIMPLE. It dials up the MarshallSoft
  42.        BBS and logs on as GUEST.
  43.  
  44.        The shareware distribution does not include the source code to the
  45.        library, but all example code is included.
  46.  
  47.        For more information, refer to the Personal Communications Library
  48.        Users  Manual  (PCL4P.USR)  and  Personal  Communications  Library
  49.        Reference Manual (PCL4P.REF), which are part of PCL4P41.ZIP.
  50.  
  51.        A C version of the library (PCL4C) is also available.
  52.  
  53.  
  54.                         *** Registration ***
  55.  
  56.  
  57.        The shareware version of PCL4P.LIB  is  provided  so  that  you  may
  58.        personally  determine the usefulness of the product for yourself. If
  59.        you can  use  the  Personal  Communications  Library  for  Turbo  or
  60.        Borland  Pascal,  please register your use with us. Send $75 plus $5
  61.        S&H ($10 outside of North America) to:
  62.  
  63.                   MarshallSoft Computing, Inc.
  64.                   Post Office Box  4543
  65.                   Huntsville AL 35815
  66.  
  67.                   Voice  205-881-4630
  68.                   FAX    205-881-4630
  69.                   BBS    205-880-9748
  70.  
  71.  
  72.        We accept VISA, MasterCard, and American  Express  (account  number,
  73.        expiration  date, exact name on your card, and complete card billing
  74.        address required), checks in US dollars drawn on a US bank, purchase
  75.        orders (POs) from recognized US schools and companies listed in  Dun
  76.        &  Bradstreet,  and  COD  (street address and phone number required)
  77.        within the USA (plus a $4.50 COD charge).  Print the file  PCL4P.INV
  78.        if an invoice is needed.
  79.  
  80.        You can also order PCL4P from The Public Software Library (PSL) with
  81.        your  MC, Visa, AmEx, or Discover card by calling 800-242-4PSL (from
  82.        overseas: 713-524-6394) or by FAX at 713-524-6398 or  by  CompuServe
  83.        at  [71355,470].   THESE  NUMBERS ARE FOR ORDERING ONLY. The product
  84.        number for PCL4P is 10909.
  85.  
  86.        If you wish to update from an older version of PCL4P, send $20  plus
  87.        $5  S&H  ($10  outside  of  North America).  Updates must be ordered
  88.        directly from MarshallSoft Computing.
  89.  
  90.          The registered package includes:
  91.  
  92.          o  Assembler source code for the library.
  93.          o  Printed Users Manual.
  94.          o  Printed Reference Manual.
  95.          o  One year technical support.
  96.  
  97.        PCL4P.ASM is the source code for the library.  The  source  code  is
  98.        copyrighted  by  MarshallSoft  Computing, Inc. The user is granted a
  99.        license to use the PCL4P object code in his  own  application  only.
  100.        PCL4P.ASM  is  not  shareware  and  may not be sold or given away to
  101.        anyone.
  102.  
  103.        The registered user will receive the latest version  of  PCL4P  by
  104.        return  mail.  A 3.5" diskette is provided unless a 5.25" diskette
  105.        is requested.
  106.  
  107.